home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5124 < prev    next >
Encoding:
Text File  |  1996-08-06  |  778 b   |  25 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.linkoping.se!not-for-mail
  3. From: Peter Bohn <a94bohn@hobbe.adb.gu.se>
  4. Subject: Re: U MUST READ THIS!!!!!
  5. Message-ID: <31120A6A.4489@hobbe.adb.gu.se>
  6. Date: Fri, 02 Feb 1996 13:58:18 +0100
  7. Organization: LKDATA
  8. X-Mailer: Mozilla 2.0b6a (Win95; I)
  9. MIME-Version: 1.0
  10. References: <4epbn1$4hq@ixnews7.ix.netcom.com>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13.  
  14. Jeremy Johnston wrote:
  15. >             Everyone keeps telling me not to use the "goto"
  16. > statement,they act like it's the plague! What is wrong with the goto
  17. > statement & what can i use in it's place? 
  18.  
  19. The program structure is a very importent thing. With GOTO you destroy 
  20. the structure. Use functions and procedures to do something once again.
  21.  
  22.             PB
  23.  
  24.